From: Matthias Clasen Date: Tue, 26 Jan 2021 03:15:56 +0000 (-0500) Subject: searchbar: Fix documentation mishap X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~83^2^2~477^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b4e645862aed48f8df30de551fa5be9f46bb117f;p=gtk4.git searchbar: Fix documentation mishap The css section was inserted between the example and the sentence referring to it. --- diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index c1a23bf304..23c5fa5492 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -64,6 +64,10 @@ * The following example shows you how to create a more complex search * entry. * + * ## Creating a search bar + * + * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c) + * * # CSS nodes * * |[ @@ -79,10 +83,6 @@ * CSS node of the child widget as well as an optional button node which gets the .close * style class applied. * - * ## Creating a search bar - * - * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c) - * * # Accessibility * * GtkSearchBar uses the %GTK_ACCESSIBLE_ROLE_SEARCH role.